"algo que lemmbre bombeiro em tons" shadcn/ui theme

firefighter-inspired
high-contrast
emotional-resonance
modern-design
immersive-experience
light-dark-themes
bold-colors
functional-aesthetics
user-comfort
narrative-driven

Shadcn/ui Theme Css Variables

name: BlazeGuardkeyword: algo que lemmbre bombeiro em tons views: 10

:root {
  --background: 0 0% 100%;
  --foreground: 0 0% 10%;
  --card: 0 0% 95%;
  --card-foreground: 0 0% 10%;
  --popover: 0 0% 95%;
  --popover-foreground: 0 0% 10%;
  --primary: 0 80% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 30 80% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 0 0% 90%;
  --muted-foreground: 0 0% 40%;
  --accent: 210 80% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 80%;
  --input: 0 0% 90%;
  --ring: 0 80% 50%;
  --radius: 0.75rem;
  --chart-1: 0 80% 50%;
  --chart-2: 30 80% 50%;
  --chart-3: 210 80% 50%;
  --chart-4: 0 100% 50%;
  --chart-5: 0 0% 50%;
} 

.dark {
  --background: 0 0% 10%;
  --foreground: 0 0% 90%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 90%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 90%;
  --primary: 0 80% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 30 80% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 60%;
  --accent: 210 80% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 20%;
  --input: 0 0% 20%;
  --ring: 0 80% 50%;
  --radius: 0.75rem;
  --chart-1: 0 80% 50%;
  --chart-2: 30 80% 50%;
  --chart-3: 210 80% 50%;
  --chart-4: 0 100% 50%;
  --chart-5: 0 0% 50%;
}